[ToC] [Up] [Back] [Next] ... [Book Plug] |
The Information Commons .................... Introduction to HTML |
The REV attribute is used to give the relationship(s) described by the hypertext link, and describes the relationship of the document containing the anchor to the destination of the link to -- consequently REL cannot be used unless an HREF is present. The value for REV is a space-separated list of relationship values. For example
<A HREF="http://foo.edu/fe.html" REV="index">sdfsddf</a>indicates that the the document containing this anchor element is an index related to the document fe.html.
REL is the converse of REV. Thus an anchor of the form
<A HREF="http://foo.edu/fe.html" REL="index">sdfsddf</a>indicates that the the document fe.html is an index related to the document containing this hypertext anchor.
Values for the relationships and their semantics are currently being established in a working document by Murray Maloney of SoftQuad Inc. in Toronto. You can find out more about these relationships at the URL http://www.sq.com/papers/Relationships.html.
[ToC] [Up] [Back] [Next] ... [Book Plug] | .................... Introduction to HTML |
© Ian Graham 1994-1995 | Page Last Updated: 4 December 1995 |